Hello Tom,
Got it( I forgot to update canon_stand_alone.cpp ......der)
I am curious as to how/when this is fired off.
When I run this program, it seems to fire off immediately.
(USR,redalert)
G0 X0 Y0 Z0
G20
F40
G1 X0 Y1
G1 X0 Y0
G1 X1 Y0
G1 X0 Y0
M2
however when I run this:
G0 X0 Y0 Z0
G20
F40
G1 X0 Y1
G1 X0 Y0
G1 X1 Y0
G1 X0 Y0
(USR,redalert)
M2
it seems to complete the motion and "hangs" for 5-7 seconds before calling the UserCallback.
Is this just a result of me seeing the callbacks immediately, but then the actual motion happens(5-7 seconds)?
Thanks for your time,
-Brad Mury
--- In DynoMotion@yahoogroups.com, "bradodarb" <bradodarb@...> wrote:
>
> Hello Tom,
>
> I'll try that. I'm sure I have just missed something-will keep you posted
> -Brad Murry
>
> --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> >
> > Hi Brad,
> > Â
> > Sorry you are right. I see now we add those quotes in. I can't think of what it could be. The code to detect the USR must not be in the code actually executing or that comment status wouldn't occur. I can't think of what might be wrong. Maybe delete the new DLL and make sure you get an error when you run your app so you know the new DLL is actually being used. Otherwise try the C++ example to verify it works there as it did for me.
> > Â
> > Thanks
> > TK
> >
> > --- On Wed, 8/17/11, bradodarb <bradodarb@> wrote:
> >
> >
> > From: bradodarb <bradodarb@>
> > Subject: [DynoMotion] Re: Interpreter User Callback
> > To: DynoMotion@yahoogroups.com
> > Date: Wednesday, August 17, 2011, 7:58 AM
> >
> >
> > Â
> >
> >
> >
> >
> > Hello Tom,
> >
> > There are no quotes in my g-code file. The quotes only show up in the callback.
> >
> > Thank you,
> > Brad Murry
> >
> > --- In DynoMotion@yahoogroups.com, Tom Kerekes <tk@> wrote:
> > >
> > > Hi Brad,
> > > ÂÂ
> > > I think maybe you don't want the quotes in the GCode.
> > > ÂÂ
> > > try
> > > ÂÂ
> > > (USR,redalert)
> > > ÂÂ
> > > instead of
> > > ÂÂ
> > > ("USR,redalert")
> > >
> > > TK
> > > --- On Mon, 8/15/11, bradodarb <bradodarb@> wrote:
> > >
> > >
> > > From: bradodarb <bradodarb@>
> > > Subject: [DynoMotion] Interpreter User Callback
> > > To: DynoMotion@yahoogroups.com
> > > Date: Monday, August 15, 2011, 9:10 AM
> > >
> > >
> > > ÂÂ
> > >
> > >
> > >
> > > I am trying to test the new UserCallback. I am wiring it up exactly how I wire any of the other callbacks.
> > >
> > > Your posted update was copied into my local buildalllibs.sln files and I rebuild all debug and release dll's
> > >
> > > What I am getting instead of a callback dipatch is this on the status callback::
> > >
> > > 10 -COMMENT("USR,redalert")@35192.234
> > >
> > > I must have forgot to do something correctly during the patch process.... Any thoughts?
> > >
> > > Thank you,
> > >
> > > Brad Murry
> > >
> >
>